WOLFRAM SYSTEM MODELER
integerPowerInteger power of complex number |
SystemModel["Complex.'^'.integerPower"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This function returns the given Complex number c1 to the power of the Integer number c2.
This also works for zero exponent.
c3 = integerPower(c1, c2)
| c1 |
Type: Complex Description: Complex number |
|---|---|
| c2 |
Type: Integer Description: Integer exponent |
| c3 |
Type: Complex Description: = c1^c2 |
|---|